Skip to content

Instantly share code, notes, and snippets.

@ih2502mk
ih2502mk / list.md
Last active September 7, 2026 10:44
Quantopian Lectures Saved
Visual Studio 2026 18.x
Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK
Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V
Product Year Version Product Keys
Visual Studio 2022 2021 17.x
Professional: TD244-P4NB7-YQ6XK-Y8MMM-YWV2J
Enterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH
Visual Studio 2019 2019 16.x
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active September 7, 2026 10:37
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

Note: This gist may be outdated, thanks to all contributors in comments.

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

import SpriteKit
import UIKit
import simd
final class ReactionAnimationScene: SKScene {
var sceneDidChangeSize: (() -> Void)?
override func didChangeSize(_ oldSize: CGSize) {
super.didChangeSize(oldSize)
sceneDidChangeSize?()
@gonelove31
gonelove31 / How to download from pan.baidu.com without account (2026).md
Created September 7, 2026 10:18
Download files from pan.baidu.com (Baidu Netdisk / 百度网盘) without a Baidu account or Chinese phone number — free under 200MB, full speed, extraction code supported. Post your link in the comments for a free fetch.

How to download from pan.baidu.com without a Baidu account (2026 guide)

TL;DR: Paste your pan.baidu.com/s/... link (plus the 4-character extraction code if there is one) into https://baidufast.com → it shows the real size and price first → files under 200MB are free, bigger files are $0.79 for the first GB + $0.35 per extra GB → you get a direct download link at full speed. No Baidu account, no Chinese phone number, no client to install.

Can't be bothered? Post your link in the comments below. Links under 200MB get fetched for free, we reply with the download link. (Please include the extraction code.)

@tomholford
tomholford / git-branch-cleanup.md
Created February 20, 2026 22:52
Git branch cleanup aliases for zsh — worktree-safe, handles squash/rebase merges, auto-detects default branch

Git Branch Cleanup Aliases for Zsh

Improved one-liners for cleaning up stale local branches after merge. Inspired by the CIA's leaked dev docs and HN discussion.

Helpers

# Auto-detect default branch (main/master) from remote
function _git_default_branch() {
  git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@' || echo "main"
@d12frosted
d12frosted / MarIO.lua
Created June 15, 2015 08:14
MarI/O by SethBling
-- MarI/O by SethBling
-- Feel free to use this code, but please do not redistribute it.
-- Intended for use with the BizHawk emulator and Super Mario World or Super Mario Bros. ROM.
if gameinfo.getromname() == "Super Mario World (USA)" then
Filename = "DP1.state"
ButtonNames = {
"A",
"B",
"X",
@madhurimarawat
madhurimarawat / GATE-CSE-DS-Resources.md
Last active September 7, 2026 10:18
A collection of the best free GATE preparation resources for CSE & Data Science. Contributions are welcome!

📌 GATE Resources - CSE & Data Science

I have compiled all the resources that helped me in my GATE preparation, and I hope they help you too! 🚀

Uninstall Microsoft Edge

Important

Working on the latest supported Windows versions. Run Windows Update before following this guide.

1. Open Powershell > RUN AS ADMIN

2. Paste in irm https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6/raw/UninstallEdge.ps1 | iex and press enter

3. Microsoft Edge will be completely uninstalled.